home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 9252 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: FreeNet.Carleton.CA!de351
  2. From: de351@FreeNet.Carleton.CA (K. C. Lee)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Proper mask, transfer rate, etc.
  5. Date: 4 Apr 1996 23:22:51 GMT
  6. Organization: The National Capital FreeNet
  7. Sender: de351@freenet3.carleton.ca (K. C. Lee)
  8. Message-ID: <4k1lkb$a3j@freenet-news.carleton.ca>
  9. References: <4k1740$ddo@hobbes.compusult.nf.ca>
  10. Reply-To: de351@FreeNet.Carleton.CA (K. C. Lee)
  11. NNTP-Posting-Host: freenet3.carleton.ca
  12.  
  13. Mark Worden (mworden@public.compusult.nf.ca) writes:
  14. >     Mask: 0x7ffffffe
  15.  
  16. This tells the file system where data cannot be transfer directly from the
  17. driver directly.  XXXe means data is word aligned and XXXc means it is
  18. long word aligned.  So if you set it to long, and your program give it a
  19. word aligned address, the file system have to do an extra level of
  20. copying, hence slowing it down.  Take a lot at the difference of
  21. your HD performance under long/word/byte aligned tests in DiskSpeed 4.1.
  22.  
  23. Leave it at XXXXe if your hard drive controller can deal with it.
  24.  
  25. >     Max. transfer rate: 0xffffff
  26.  
  27.               ^^^^  !!!  It is maximun transfer.  It tells the
  28. hard drive how big a lump of bits can be transfered at a time.  Not RATE !!
  29. (Rate implied something per time unit)  IDE drive is supposed to use
  30. something smaller as it can only do 128K max (some even smaller)
  31.  
  32. > I was told that I should have a mask of 0xfffffffc for the Zip drive (I 
  33. > didn't get a suggestion for the hard drive...maybe it should be the
  34.  
  35. Leave the mask the same on the same controller.  Change maxtransfer for
  36. IDE hard disks.
  37.  
  38. I get around 710K/sec in sysinfo for my Zip with my crappy homebrew
  39. controller and driver code. 
  40.  
  41. > / Mark Worden                           mworden@public.compusult.nf.ca \
  42.  
  43. K. C. Lee
  44.  
  45.